home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP 1996 oktober (CD08).zip / CHIP_CD08.BIN / questar / cvpvw11b.exe / DATA.Z / SAMPLE.TXT < prev    next >
Text File  |  1996-03-12  |  1KB  |  37 lines

  1. ; SAMPLE.TXT
  2. ;
  3. ; This file explains the syntax for creating your own shortcuts.
  4. ; illustrated in the included SAMPLE.CVP file.
  5. ; ";" are comments and can be ignored
  6. ;
  7. ; This is a sample script file to allow shortcuts
  8. ; for the Connectix VideoPhone.  By double clicking
  9. ; on the "Sample Connection Shortcut", Connectix VideoPhone will
  10. ; automatically start in TCP/IP mode and call the
  11. ; specified address.
  12. ;
  13. ; A shortcut can be made for any of the communications
  14. ; mode available (TCP, IPX, MDM, SER)
  15. ;
  16. ; Samples are listed below
  17. ; Format
  18. ; /p: tcp | ipx | mdm | ser   Specifies the communications mode
  19. ;                             Use mdm for Modems and ISDN
  20. ; /ac: <address or number>    users address or phone number
  21. ; tcp - internet
  22. /p:tcp /ac:###.###.###.###       ; Used with IP address
  23. /p:tcp /ac:hostname.domain.name  ; Used with machine name
  24. ;                                  ; such as somebody.connectix.com
  25. ; ipx - Novell
  26. /p:ipx /ac:###,##########
  27. ;                       ; Network address ex 2e5,65f83s6632
  28. ;                       ;       "Network address, Node Address"
  29. ;                         
  30. ; mdm - for direct modem or ISDN connections
  31. /p:mdm /ac:#-###-###-####     ; Enter telephone number here
  32. ; ser - for direct serial cable connections
  33. /p:ser /ac:COM?               ; Enter which COM port you are using.
  34.